Skip to content

Conversation

jovial
Copy link

@jovial jovial commented Mar 21, 2023

This can be used to perform neutron upgrades in two steps:

  • First upgrade neutron server
  • Then upgrade the agents

This can help minimise L3 downtime.

Change-Id: Ied685bc7eb71d232b4532e2c598458da7b4c6aa4 (cherry picked from commit 281e61e5fc77d1b547cb019894b5adee81332598)

This can be used to perform neutron upgrades in two steps:

- First upgrade neutron server
- Then upgrade the agents

This can help minimise L3 downtime.

Change-Id: Ied685bc7eb71d232b4532e2c598458da7b4c6aa4
(cherry picked from commit 281e61e5fc77d1b547cb019894b5adee81332598)
@jovial
Copy link
Author

jovial commented Mar 21, 2023

Awaiting upstream review: https://review.opendev.org/c/openstack/kolla-ansible/+/877776

@@ -1,2 +1,5 @@
---
project_name: "neutron"

# Support ansible style limit strings
_neutron_service_limit: "{{ neutron_service_limit | split(',') | reject(neutron_service_limit) or neutron_service_limit | split(':') }}"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error was a <class 'ansible.errors.AnsibleError'>, original message: template error while templating string: no filter named 'split'. String: {{ neutron_service_limit | split(',') | reject(neutron_service_limit) or neutron_service_limit | split(':') }}"}

```
Error was a <class 'ansible.errors.AnsibleError'>, original message: template error while templating string: no filter named 'split'. String: {{ neutron_service_limit | split(',') | reject(neutron_service_limit) or neutron_service_limit | split(':') }}"}
```
@scrungus scrungus changed the base branch from stackhpc/wallaby to stackhpc/xena October 10, 2023 10:43
@scrungus scrungus changed the base branch from stackhpc/xena to stackhpc/wallaby October 10, 2023 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant